Stream Constructor (String, Stream) |
Initializes a new instance of the Stream class and load data from the specified
Stream.
Namespace:
Independentsoft.IO.StructuredStorage
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Stream(
string name,
Stream stream
)
Public Sub New (
name As String,
stream As Stream
)
Parameters
- name
- Type: SystemString
Stream name. - stream
- Type: System.IOStream
A stream.
See Also